Welcome![Sign In][Sign Up]
Location:
Search - decoder h264

Search list

[Streaming Mpeg4352x288

Description: H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,此为测试码流-The H264 decoder source code, transplant ffmpeg' s H264 decoding part to Android, depth deletion optimization, this is a test stream
Platform: | Size: 351232 | Author: 葛伟 | Hits:

[CSharpH264Dec

Description: H264视频解码源代码,C++环境下运行,感觉还不错的样子-H264 video decoder source code, C++ environments to run, I feel pretty good like
Platform: | Size: 2096128 | Author: 陈鹏 | Hits:

[Multimedia Developdemo_H264

Description: h264解码器核心代码,有非常高的参考价值-the h264 decoder core code, there is a very high reference value
Platform: | Size: 308224 | Author: yangshiyi | Hits:

[Compress-Decompress algrithmsJM10.2

Description: H264编解码源码及学习解码的资料,是本人在学习解码工程中整理的-H264 compile the the decoder source and learning decoding information, I learn decoding project finishing
Platform: | Size: 19415040 | Author: chongyichen | Hits:

[Multimedia Developh264_decoder_lib

Description: 基于VC开发的可在windows平台运行的264的解码库,可直接调用,也可编译。从ffmpeg中抽取进行修改,没有内存泄露并且支持多线程同时处理。-h264 decoder code extracted from ffmpeg.
Platform: | Size: 580608 | Author: 李晓 | Hits:

[Compress-Decompress algrithmsjm18.5

Description: 视频加解密(基于H264)的C代码实现,其中包含各种必要的文档-H.264/AVC coder and decoder
Platform: | Size: 2888704 | Author: Rosalind | Hits:

[Software EngineeringH264Android

Description: H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送的数据太多,底层可能会一次解码出好几帧视频,但是通知到界面层只能显示一帧,造成丢帧的现象。 如果每次送的数据较少,就会有很多次底层调用没有进行实质解码,很小气的做法,比如有一压缩数据帧需要600字节,如果一次送100个字节给解码器,那么要送6次才会进行实质解码,因为每个数据帧有大有小,所以只能取极小值才不会导致丢帧。 不过所有的编码解码都是各种因素平衡折中的结果,具体用什么方法具体分析。-H264 decoder source code, porting the H264 decoding ffmpeg to Android, depth of cut optimization, in the simulator (320x480) is verified. Program using jni architecture. Part of the interface, file read, the video display is made ​ ​ with java, the underlying video decoding using C do meet the speed requirements. In this version, from the H264 stream is segmented Nal java layer do so directly call the java layer decoding know whether displaying video, the disadvantage is that the degree of coupling/encapsulation almost. If you do use the underlying Nal segmentation method, you can get some good-looking package, but every time there is limited data to send, if sending too much data, the underlying may decode several time-frame video, but can only display notifications to the UI layer one, resulting in dropped frames phenomenon. If you send less data each time, there will be many times the underlying call no substantial decoding, a small gas practice, such a frame requ
Platform: | Size: 243712 | Author: caojin | Hits:

[android88883h264toflv

Description: 实现H264的解码,从而实现H264视频的播放,很不错的代码-Realize H264 decoder, so as to realize the H264 video player, very good code
Platform: | Size: 3859456 | Author: zhang | Hits:

[Software EngineeringHi3535

Description: 海思最新的用于视频监控产品研发的芯片:Hi3535,可以实现5路1080p高清视频的编码和1路1080p高清视频解码-The PDF is talling about the newest hisimall chip which used in the video surveillance.Hi3535 can be used to make a HD H264 encoder or HD decoder.
Platform: | Size: 277504 | Author: 蔡浩聪 | Hits:

[Streaming Mpeg4H264_Decoder

Description: 使用ffmpeg解码、 sdl播放的视频解码源代码 for vs-simple H264 decoder useing ffmeeg and sdl
Platform: | Size: 15961088 | Author: icelee123 | Hits:

[JSP/Javaandroid_h264_decoder-master

Description: android可用H264视频标准解码源代码,亲测可用-android Available H264 video standard decoder source code, pro-test available
Platform: | Size: 7984128 | Author: 郭锦鹏 | Hits:

[Compress-Decompress algrithmstest

Description: h264视频测试文件,可以检测H264解码器的正确性-H264 video test files, correctness can detect H264 decoder
Platform: | Size: 3009536 | Author: zhangshan | Hits:

[Special Effectsdiscovercodec_windows-1.1

Description: DISCOVER-codedc 是目前最好的分布式视频编码框架,找了很久,其结果可以用在自己的程序中。-DISCOVER-codedc consists of an encoder and decoder to compress video data based on the Distributed Video Coding principles. The software with test data can be downloaded at http://www.discoverdvc.org For questions, notes and bug reports please contact klomp@tnt.uni-hannover.de Files: H264encoder.exe - H264 Intra codec (http://iphome.hhi.de/suehring/tml) discoverdec - DISCOVER-decoder discoverenc - DISCOVER-encoder foreman_176x144_15_orig_01.yuv- QCIF test sequence foreman_decoder.cfg - Decoder configuration foreman_encoder.cfg - Encoder configuration foreman_keyframe.cfg - Sequence dependend configuration for the Intra codec h264.cfg - H264 Intra codec configuration ldpcmatrices/ - Matrices for LDPC coding
Platform: | Size: 15383552 | Author: 胡辉 | Hits:

[Streaming Mpeg4LibH264Decode

Description: 将ffmpeg中的H264解码器提取到单独的工程中,并建立Visual Studio工程,方便集成到开发者自己的项目中,可以编译成动态库和静态库,方便使用。-The ffmpeg of H264 decoder to extract the individual project, and the establishment of Visual Studio projects to facilitate their integration into the project developer, you can compile into a dynamic and static libraries, easy to use.
Platform: | Size: 340992 | Author: 徐伟 | Hits:

[Streaming Mpeg4H264Decoder

Description: H264解码库,VC6和VS2010均测试通过,可用于项目的H264数据解码-H264 Decoder
Platform: | Size: 276480 | Author: 杨强 | Hits:

[Multimedia DevelopHi_H.264_DEC_SDK_V2.1.0.3

Description: Hi_H.264_DEC_SDK_V2.1.0.3 海斯H264解码H i_H.264_DEC_SDK_V2.1.0.3 海斯H264解码-Hi_H. 264 _dec_sdk_v2. 1.0.3 hayes H264 decoder Hi_H. 264 _dec_sdk_v2 1.0.3 hayes H264 decoder Hi_H. 264 _dec_sdk_v2 1.0.3 hayes H264 decoder
Platform: | Size: 859136 | Author: xiaohua | Hits:

[FlashMXh264_as3_samples

Description: flash + as3 h264flash解码器官方实现例子,包括fla文件及264文件等-flash+ as3 implement h264 decoder
Platform: | Size: 50749440 | Author: heyongzhen | Hits:

[WEB CodejsH264websocket

Description: a h264 decoder wrapper by js and a go http websocket server,trans H264 by websocket and decoder by js and can play ip camera video without plugins
Platform: | Size: 417792 | Author: star | Hits:

[OS programtile

Description: h264的解码源程序,h264文件解码成yuv视频序列-The h264 decoder source code, decoding the h264 file into yuv video sequence
Platform: | Size: 129024 | Author: Inorid | Hits:

[OS program7123450

Description: h264的解码源程序,h264文件解码成yuv视频序列(The h264 decoder source code, decoding the h264 file into yuv video sequence)
Platform: | Size: 129024 | Author: wleude | Hits:
« 1 2 3 4 5 6 7 89 »

CodeBus www.codebus.net